UpdatedSet

interface UpdatedSet<T> : SetChange<T> , SetChangeSet

RealmSet flow event that describes that an update has been performed on the observed set. It provides a reference to the updated set and a number of properties that describe the changes performed on the set.

Properties

deletions
Link copied to clipboard
abstract val deletions: Int
The number of entries that have been deleted in this version of the collection.
insertions
Link copied to clipboard
abstract val insertions: Int
The number of entries that have been inserted in this version of the collection.
set
Link copied to clipboard
abstract val set: RealmSet<T>